Kotlin JS GitHub Action SDK
/
com.rnett.action
/
asByteArray
as
Byte
Array
fun
ArrayBuffer
.
asByteArray
(byteOffset:
Int
= 0, length:
Int
= this.byteLength):
ByteArray
Content copied to clipboard
fun
Int8Array
.
asByteArray
():
ByteArray
Content copied to clipboard
fun
Uint8Array
.
asByteArray
():
ByteArray
Content copied to clipboard
Non-copying conversion to a Kotlin
ByteArray
.